home *** CD-ROM | disk | FTP | other *** search
/ Amiga Format CD 52 / Amiga Format AFCD52 (Issue 136, May 2000).iso / -serious- / programming / c / icu-1.3.1 / icu / data / en_au.txt < prev    next >
Text File  |  2000-02-23  |  1KB  |  44 lines

  1. // ****************************************************************************
  2. // *                                                                          *
  3. // * COPYRIGHT:                                                               *
  4. // * (C) Copyright Taligent, Inc.,  1997                                      *
  5. // * (C) Copyright International Business Machines Corporation,  1997-99      *
  6. // * Licensed Material - Program-Property of IBM - All Rights Reserved.       *
  7. // * US Government Users Restricted Rights - Use, duplication, or disclosure  *
  8. // * restricted by GSA ADP Schedule Contract with IBM Corp.                   *
  9. // *                                                                          *
  10. // ****************************************************************************
  11.  
  12. en_AU {
  13.     Countries { 
  14.         US { "United States" }
  15.         GB { "United Kingdom" }
  16.         CA { "Canada" }
  17.         IE { "Ireland" }
  18.         AU { "Australia" }
  19.         NZ { "New Zealand" }
  20.     }
  21.     CurrencyElements { 
  22.             "$",
  23.             "AUD",
  24.             ".",
  25.     }
  26.     DateTimePatterns { 
  27.             "hh:mm:ss a z",
  28.             "H:mm:ss",
  29.             "HH:mm:ss",
  30.             "HH:mm",
  31.             "EEEE, d MMMM yyyy",
  32.             "d MMMM yyyy",
  33.             "d/MM/yyyy",
  34.             "d/MM/yy",
  35.             "{1} {0}",
  36.     }
  37.     Languages { 
  38.         en { "English" }
  39.     }
  40.     LocaleID { "0c09" }
  41.     LocaleString { "en_AU" }
  42.     ShortCountry { "AUS" }
  43. }
  44.